home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / dlg / magis110.lha / Upload1.batch < prev    next >
Text File  |  1994-08-20  |  1KB  |  19 lines

  1. ; ****************************************************************************
  2. ; * This batch is for checking duplicate files with MagicScan after uploads. *
  3. ; * rename it as "DLGCONFIG:BATCH/UPLOAD1.BATCH" and it's ready.             *
  4. ; *                                                                          *
  5. ; * This version is for checking EACH file ONE by ONE. If you want to check  *
  6. ; * all uploads once then remove the "{filename}" from the -f parameter      *
  7. ; *                                                                          *
  8. ; * This example executes MagicScan in Dupchecker mode, It will inform users *
  9. ; * about new uploads (if not dupe), if dupes are founded it will inform     *
  10. ; * user called "Jean Luc Picard" with a message about them. Scanning will   *
  11. ; * be forced to end when 2 dupes are founded. All users exept level 255     *
  12. ; * are scanned. Private uploads are not scanned.                            *
  13. ; ****************************************************************************
  14. .key username,filename
  15. .bra {
  16. .ket }
  17.  
  18. DLGOWN:MagicScan.030 -f"{filename}" -n -i -oJean_Luc_Picard -m2 -e2 -c -l254
  19.